From c820805b69a26b35e2dcc50f8738b08f92024bd8 Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Wed, 23 Jul 2003 11:37:13 +0000 Subject: [PATCH] (defface tooltip): Inherit from variable-pitch. --- lisp/tooltip.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/tooltip.el b/lisp/tooltip.el index ea5aaaa87d6..59cb3e27913 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el @@ -113,8 +113,11 @@ position to pop up the tooltip." (defface tooltip '((((class color)) - (:background "lightyellow" :foreground "black")) - (t ())) + :background "lightyellow" + :foreground "black" + :inherit variable-pitch) + (t + :inherit variable-pitch)) "Face for tooltips." :group 'tooltip) -- 2.30.2